From 02672a521adcfdb915d72adf22292a59ec8ec87c Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 25 May 2021 13:14:01 +0000 Subject: [PATCH] docs: use markdown syntax for hyperlinks --- gdk/gdkmemorytexture.h | 2 +- gsk/gskenums.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkmemorytexture.h b/gdk/gdkmemorytexture.h index 35d6fb7cbc..0f0292f422 100644 --- a/gdk/gdkmemorytexture.h +++ b/gdk/gdkmemorytexture.h @@ -54,7 +54,7 @@ G_BEGIN_DECLS * on architectures with different endiannesses. * * Its naming is modelled after VkFormat (see - * https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VkFormat + * * for details). */ typedef enum { diff --git a/gsk/gskenums.h b/gsk/gskenums.h index dc16d21a61..0dfeb0a0ea 100644 --- a/gsk/gskenums.h +++ b/gsk/gskenums.h @@ -128,7 +128,7 @@ typedef enum { * The implementation of each blend mode is deferred to the * rendering pipeline. * - * See https://www.w3.org/TR/compositing-1/#blending for more information + * See for more information * on blending and blend modes. */ typedef enum { -- 2.30.2